home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / aquaria.swf / scripts / frame_1 / PlaceObject2_4_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-11-09  |  150 b   |  5 lines

  1. onClipEvent(enterFrame){
  2.    _global.nowload = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
  3.    _root.loadbar._yscale = _global.nowload;
  4. }
  5.